.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table th {
	width: 85%;
	text-align: left;
	line-height: 1.7;
}

.cp_table span {
	font-size: 1.8em;
	font-weight: bold;
}
.cp_table p {
	margin: 10px;
}
@media only screen and (max-width:480px) {
	.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table td {
		text-align: center;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}